Class Pop3ClientImpl

All Implemented Interfaces:
IPCObject, Pop3Client, Process

public class Pop3ClientImpl extends ProcessImpl implements Pop3Client
Information provided by the PKI file:

    \class Pop3Client
    
    \brief Pop3Client handles and manipulates POP3 clients.
    
    \example network().getDevice("PC0").getProcess("Pop3Client")
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getMailIpc

      public boolean getMailIpc()
      Information provided by the PKI file:
      
          \brief Gets mail.
          
          \return bool, always returns true.
          
              
      Specified by:
      getMailIpc in interface Pop3Client
      Returns:
      boolean Returns a boolean
    • cancelReceive

      public void cancelReceive()
      Information provided by the PKI file:
      
          \brief Cancels receive.
          
              
      Specified by:
      cancelReceive in interface Pop3Client